Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / pvQ Method


In This Topic
    pvQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub pvQ( _
       ByVal QvQ() As T, _
       ByVal rvQ As System.Collections.Generic.IComparer(Of T), _
       ByVal SvQ As System.Integer, _
       ByVal tvQ As System.Integer _
    ) 
    'Usage
     
    
    Dim QvQ() As T
    Dim rvQ As System.Collections.Generic.IComparer(Of T)
    Dim SvQ As System.Integer
    Dim tvQ As System.Integer
     
    NArrayHelpers(Of T).pvQ(QvQ, rvQ, SvQ, tvQ)
    internal static void pvQ( 
       T[] QvQ,
       System.Collections.Generic.IComparer<T> rvQ,
       System.int SvQ,
       System.int tvQ
    )

    Parameters

    QvQ
    rvQ
    SvQ
    tvQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also